home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00176.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  366 b   |  22 lines

  1. on enterFrame
  2.   global gsearchOn
  3.   
  4.   --  if gsearchOn = 1 then
  5.   --    set the visible of sprite 6 to TRUE
  6.   --  else
  7.   --    set the visible of sprite 6 to FALSE
  8.   --  end if
  9.   
  10.   set the visible of sprite 6 to TRUE
  11.   
  12.   set gsearchOn = 1
  13.   
  14. end enterFrame
  15.  
  16. on exitFrame
  17.   global gSearchFlag, gKnobState
  18.   
  19.   set gKnobState = 0
  20.   set gSearchFlag = 1
  21. end exitFrame
  22.